GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetCharacterBottom Method





In This Topic
GetCharacterBottom Method (GdPictureSegmenter)
In This Topic
Syntax
'Declaration
 
Public Function GetCharacterBottom( _
   ByVal SegmentationResultID As String, _
   ByVal CharacterIdx As Integer _
) As Integer
public int GetCharacterBottom( 
   string SegmentationResultID,
   int CharacterIdx
)
public function GetCharacterBottom( 
    SegmentationResultID: String;
    CharacterIdx: Integer
): Integer; 
public function GetCharacterBottom( 
   SegmentationResultID : String,
   CharacterIdx : int
) : int;
public: int GetCharacterBottom( 
   string* SegmentationResultID,
   int CharacterIdx
) 
public:
int GetCharacterBottom( 
   String^ SegmentationResultID,
   int CharacterIdx
) 

Parameters

SegmentationResultID
CharacterIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members